CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 迭代法 解线性方程组

搜索资源列表

  1. 线性方程组雅可比迭代法

    0下载:
  2. 数值计算方法实验 实验2 用雅克比迭代法解方程组 一、 实验目的 1、 学习使用雅克比迭代法求解方程组,加深对雅克比迭代法的认识。 2、 在误差允许的范围内,在循环次数较少的情况下,求解方程组的稳定解。 3、 进一步加深对Matlab的学习。
  3. 所属分类:文档资料

    • 发布日期:2010-12-16
    • 文件大小:366080
    • 提供者:jiliaoxiaxue
  1. 高斯-赛德尔迭代法解线性方程组的C++程序

    0下载:
  2. 这是高斯-赛德尔迭代法解线性方程组的C++程序,适合程序设计初学者和大学生课程设计-This is the Gauss- Seidel iterative method for solving linear equations of the C++ program, designed for beginners and students of the program curriculum design
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:2760
    • 提供者:wade
  1. sy3

    0下载:
  2. Jacobi迭代法、Gauss-Seidel迭代法、超松弛迭代法(SOR方法)分别求解线性方程组的近似解-Jacobi iteration, Gauss-Seidel iteration, SOR (SOR method) for solving linear equations are approximate solutions
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1117
    • 提供者:王宝木
  1. 1

    0下载:
  2. 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 -------------------------------------------------------------------------------------- GELIMM.C GELIM.C Gauss顺序消去法解线
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:374250
    • 提供者:xig
  1. c

    0下载:
  2. 松弛迭代法解线性方程组,含数值计算方法内容,c++程序。-Relaxation iteration method solving linear equations, numerical method with the content, c++ program.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:13363
    • 提供者:阿伟
  1. gauss

    0下载:
  2. 用于求解线性方程组的经典高斯迭代法!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Solving linear equations for the classical iterative method of Gauss! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1054
    • 提供者:juice
  1. xianxingfangchengzu

    0下载:
  2. 本程序为求解线性方程组的迭代方法,包含雅可比迭代法、高斯-赛德尔迭代法和SOR方法-The procedure for solving linear equations iterative methods, including Jacobi' s iterative method, Gauss- Seidel iteration method and SOR methods
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1256
    • 提供者:源治
  1. gs

    0下载:
  2. 高斯塞德尔迭代法求解线性方程组的MATLAB程序-High Sisaideer iteration for solving linear equations in the MATLAB program
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1066
    • 提供者:hy
  1. nolinerequationssolves

    0下载:
  2. MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:14089
    • 提供者:liuming
  1. Jacobi-Iteration

    0下载:
  2. 雅克比迭代法用来求解线性方程组,使用非常广泛,是最常用的求解非线性方程组的算法 -Jacobi iterative method for solving linear equations, is widely used, is the most commonly used algorithm for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:5831
    • 提供者:时光
  1. G_s

    0下载:
  2. 给出了用迭代法解线性方程组的方法,迭代法是数值分析中一个重要解线性方程组的方法-Proposed by solving linear equations iteration method, the method of numerical analysis of iterative method is an important method of solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:916
    • 提供者:zhangting
  1. EqtsSOR

    0下载:
  2. SOR迭代法求解线性方程组,输出结果和迭代次数。-SOR iterative method for solving linear equations, the output and the number of iterations.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:706
    • 提供者:王木三
  1. 1

    0下载:
  2. .通过MATLAB软件写出用逐次超松弛迭代法解线性方程组的程序并运行结果。(MATLAB software is used to write the program for solving linear equations by successive over relaxation iteration method and its running results)
  3. 所属分类:中间件编程

    • 发布日期:2017-12-24
    • 文件大小:20480
    • 提供者:dragon5683
  1. G-S迭代

    0下载:
  2. 用Gauss-Seidel迭代法解线性方程组。(Solving linear equations by G-S iteration)
  3. 所属分类:数学计算

    • 发布日期:2017-12-19
    • 文件大小:9216
    • 提供者:zhiheLyn
  1. 雅克比(Jacobi)迭代法解线性方程组(Matlab程序)

    0下载:
  2. 雅克比迭代例子,给定方程,常用的数值迭代方法(Jacobi iteration example, given equation, numerical iterative methods)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:日常
  1. 解线性方程组

    0下载:
  2. 求解线性方程组的方法:高斯赛德尔迭代法,LU分解法(Solving linear equations by Gauss Seidel iteration)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:l玲子l
  1. 高斯-赛德尔迭代法求线性方程组Ax=b的解

    0下载:
  2. 该程序主要是利用高斯-赛德尔迭代法求线性方程组Ax=b的解(The program mainly uses the Gauss-Seidel iteration to solve the solution of the linear system Ax = b)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:10240
    • 提供者:浅若夏沫
  1. jiefangcheng

    0下载:
  2. 使用高斯-赛德尔迭代法和雅克比迭代法求解线性方程组;使用高斯法和列主元法求解线性方程组。(Using the Gauss - Seidel iterative method, Jacobi iterative method for solving linear equations and using Gauss method and column principal component method to solve linear equations.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:求悳
  1. 解线性方程组的迭解法

    0下载:
  2. 解线性方程组的迭解法,包括高斯-赛德尔迭代法和雅克比迭代法(Solution of iterative solution of linear equations, including Gauss - Seidel iterative method, Jacobi method)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:靖哥哥sj
  1. 解线性方程组的迭代法

    0下载:
  2. 可在matlab中打开,是用来解线性方程组的迭代法(It can be opened in MATLAB, and is an iterative method for solving linear equations.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:8192
    • 提供者:冯希文
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com